Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1SelectionManager<T> Class / SelectedItem Property

In This Topic
    SelectedItem Property (C1SelectionManager<T>)
    In This Topic
    Gets the current selected item (if not in single selection mode returns the last of the SelectedItems.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedItem As T
    public T SelectedItem {get;}
    See Also